home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / stats / chadyn.exe / R-VGA.DD < prev    next >
Text File  |  1988-12-11  |  1KB  |  40 lines

  1. r
  2. color
  3. pt 
  4. 1 /* this text level allows reports of color number */
  5. /* now set color table */
  6. q         
  7. 1   21 63 63
  8. 5   63 21 21
  9. 10  63  0  0
  10. 20   0 63  0
  11. 40   0  0 63
  12. 60  63  0  0
  13. 80  63 21 21
  14. 100  0 63 63
  15. 120 63  0 63
  16. 150 63 63  0
  17. 180  0 63 63
  18. 210  0  0  0  
  19. 255 63 63 63
  20. fileend
  21.  
  22. /* universal color values: 
  23. #define _BLACK          0x000000L  0 0 0
  24. #define _BLUE           0x2a0000L  2 0 0 where 2 = 42
  25. #define _GREEN          0x002a00L  0 2 0
  26. #define _CYAN           0x2a2a00L  2 2 0
  27. #define _RED            0x00002aL  0 0 2
  28. #define _MAGENTA        0x2a002aL  2 0 2
  29. #define _BROWN          0x00152aL  0 1 2 where 1 = 21
  30. #define _WHITE          0x2a2a2aL  2 2 2
  31. #define _GRAY           0x151515L  1 1 1
  32. #define _LIGHTBLUE      0x3F1515L  3 1 1 where 3 = 63
  33. #define _LIGHTGREEN     0x153f15L  1 3 1
  34. #define _LIGHTCYAN      0x3f3f15L  3 3 1
  35. #define _LIGHTRED       0x15153fL  1 1 3
  36. #define _LIGHTMAGENTA   0x3f153fL  3 1 3
  37. #define _LIGHTYELLOW    0x153f3fL  1 3 3
  38. #define _BRIGHTWHITE    0x3f3f3fL  3 3 3
  39. */
  40.